revert incorrect include path changes and removal of export macros for two libardour...
[ardour.git] / libs / pbd / pbd / localeguard.h
index 20899b5c80416c317ebc9ff754cd4075d23ee9f5..21ea5380faad7dac9d65c8e643408bc1f1103106 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace PBD {
 
-struct LocaleGuard {
+struct LIBPBD_API /* Added by JE - */ LocaleGuard {
     LocaleGuard (const char*);
     ~LocaleGuard ();
     const char* old;