浏览代码

Merge branch 'ctkaxeswidget'

* ctkaxeswidget:
  Typo in the include file ctkWidgetsExport.h
Julien Finet 14 年之前
父节点
当前提交
7e1e1d401e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;