summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2011-09-18 03:08:54 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2011-09-18 03:08:54 +0000
commitc3085938a1938a07d473807908771a40518df6a4 (patch)
treef4093a6b0cf3282619b7d91f40f956594947772d
parentbe05b14db41582e4769568176b4ed37b7f5cbe4d (diff)
Fix minor namespace issue
-rw-r--r--muse2/ChangeLog2
-rw-r--r--muse2/muse/osc.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 6674512d..610c71e3 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,5 @@
+17.09.2011:
+ - Minor namespace fix in osc.cpp. (Orcan)
16.09.2011:
- Fixed errors when ladspa plugins not found while loading. (Tim)
- Fixed forgotten bool to pointer conversion in some calls to song::addTrack, createSynthI. (Tim)
diff --git a/muse2/muse/osc.cpp b/muse2/muse/osc.cpp
index ba0941f9..e7aaa46b 100644
--- a/muse2/muse/osc.cpp
+++ b/muse2/muse/osc.cpp
@@ -622,7 +622,7 @@ int OscIF::oscUpdate(lo_arg **argv)
printf(" _uiOscProgramPath:%s\n", _uiOscProgramPath);
printf(" _uiOscControlPath:%s\n",_uiOscControlPath);
printf(" _uiOscShowPath:%s\n", _uiOscShowPath);
- printf(" museProject:%s\n", museProject.toLatin1().constData());
+ printf(" museProject:%s\n", MusEGlobal::museProject.toLatin1().constData());
#endif
// Send sample rate.