use PBD::downcase() rather than non-portable MS-based strlwr()
[ardour.git] / libs / audiographer / audiographer / source.h
index 9a3f80719b2e0c3c5e83d16658b1a15848ed16de..945cb13298d404419a9c1eff61e16bcab479ce96 100644 (file)
@@ -15,7 +15,7 @@ namespace AudioGrapher
   * This is a pure virtual interface for all data sources in AudioGrapher
   */
 template<typename T>
-class LIBAUDIOGRAPHER_API Source
+class /*LIBAUDIOGRAPHER_API*/ Source
 {
   public:
        virtual ~Source () { }