Procházet zdrojové kódy

Typo in the include file ctkWidgetsExport.h

Julien Finet před 14 roky
rodič
revize
490034a870
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Libs/Widgets/ctkAxesWidget.h

+ 1 - 1
Libs/Widgets/ctkAxesWidget.h

@@ -26,7 +26,7 @@
 #include <QWidget>
 
 // CTK includes
-#include "CTKWidgetsExport.h"
+#include "ctkWidgetsExport.h"
 
 class ctkAxesWidgetPrivate;