Skip to content

Commit 4bd364b

Browse files
gui: Tcl_Interp is a struct not a class
Signed-off-by: Anton Blanchard <[email protected]>
1 parent 81706ae commit 4bd364b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/scriptWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace odb {
4343
class dbDatabase;
4444
} // namespace odb
4545

46-
class Tcl_Interp;
46+
struct Tcl_Interp;
4747

4848
namespace gui {
4949
class TclCmdInputWidget;

0 commit comments

Comments
 (0)