]> granicus.if.org Git - taglib/commitdiff
Removed TAGLIB_EXPORT from getDebugListener
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Sat, 8 Jun 2013 13:26:13 +0000 (22:26 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Sat, 8 Jun 2013 13:26:13 +0000 (22:26 +0900)
taglib/toolkit/tdebuglistener.h

index cd1c52e5621c3e5d1773167253cda77195393e11..d5c4d169e9c872ef13942e939cd726bd43ae2660 100644 (file)
@@ -71,7 +71,7 @@ namespace TagLib
   /*!
    * \internal
    */
-  TAGLIB_EXPORT DebugListener *getDebugListener();
+  DebugListener *getDebugListener();
 
 #endif
 }