summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/dndtreeview.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-01-20 17:01:58 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-01-20 17:01:58 +0000
commitb5e9e7c04c6f0514dcdf3be8e02eb1ce75dd8fb8 (patch)
tree6aaa76a5f6d562848da7af960d06a9ea82121545 /libs/gtkmm2ext/gtkmm2ext/dndtreeview.h
parenteb023b74965aa8d3989bda09aa84017c478ae9a2 (diff)
'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/dndtreeview.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/dndtreeview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/dndtreeview.h b/libs/gtkmm2ext/gtkmm2ext/dndtreeview.h
index 4a3eb7b5cf..d82688c9c2 100644
--- a/libs/gtkmm2ext/gtkmm2ext/dndtreeview.h
+++ b/libs/gtkmm2ext/gtkmm2ext/dndtreeview.h
@@ -31,7 +31,7 @@
namespace Gtkmm2ext {
template<class DataType>
-struct LIBGTKMM2EXT_API SerializedObjectPointers {
+struct /*LIBGTKMM2EXT_API*/ SerializedObjectPointers {
uint32_t size;
uint32_t cnt;
char type[32];
@@ -89,7 +89,7 @@ class LIBGTKMM2EXT_API DnDTreeViewBase : public Gtk::TreeView
};
template<class DataType>
-class LIBGTKMM2EXT_API DnDTreeView : public DnDTreeViewBase
+class /*LIBGTKMM2EXT_API*/ DnDTreeView : public DnDTreeViewBase
{
public:
DnDTreeView() {}