Skip to content

Commit b9646e8

Browse files
committed
Fixes LabVIEW template
1 parent 5c434d8 commit b9646e8

File tree

1 file changed

+1
-1
lines changed
  • Templates/CSharp/Project-Templates/LabVIEWRobot

1 file changed

+1
-1
lines changed

Templates/CSharp/Project-Templates/LabVIEWRobot/Robot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace $safeprojectname$
99
{
10-
public class $safeprojectname$ : LabVIEWRobot
10+
public class $safeprojectname$ : LabViewRobot
1111
{
1212
public override void Begin()
1313
{

0 commit comments

Comments
 (0)