Skip to content

Commit

Permalink
fix link error on windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8639 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 10, 2008
1 parent 50a5eb8 commit 7525fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -30,7 +30,6 @@ qgsvertexmarker.cpp
SET(QGIS_GUI_MOC_HDRS
qgsdetaileditemdelegate.h
qgsdetaileditemwidget.h
qgsdetaileditemdata.h
qgisinterface.h
qgsencodingfiledialog.h
qgslayerprojectionselector.h
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsdetaileditemdata.h
Expand Up @@ -26,7 +26,7 @@
/** This class is the data only representation of a
* QgsDetailedItemWidget, designed to be used in custom views.
*/
class QgsDetailedItemData
class GUI_EXPORT QgsDetailedItemData
{
public:
QgsDetailedItemData();
Expand Down

0 comments on commit 7525fc5

Please sign in to comment.