change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / readable.h
index d184902deb77ec5a796e899cbc7721c9a8325688..4098e26e4039e78e784bb943f23cd1f127b7a5db 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #ifndef __ardour_readable_h__
 #define __ardour_readable_h__
 
+#include "ardour/libardour_visibility.h"
 #include "ardour/types.h"
 
 namespace ARDOUR {
 
-class Readable {
+class LIBARDOUR_API Readable {
   public:
        Readable () {}
        virtual ~Readable() {}