Skip to content

Commit

Permalink
Moved GOAudioGauge to the wxcontrols subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Mar 1, 2024
1 parent 5a8256d commit 04d4541
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/grandorgue/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ sound/GOSoundStateHandler.cpp
sound/GOSound.cpp
yaml/GOSaveableToYaml.cpp
yaml/go-wx-yaml.cpp
GOAudioGauge.cpp
wxcontrols/GOAudioGauge.cpp
GOAudioRecorder.cpp
GOBitmapCache.cpp
GOEvent.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/grandorgue/GOFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
#include "sound/GOSound.h"
#include "temperaments/GOTemperament.h"
#include "threading/GOMutexLocker.h"
#include "wxcontrols/GOAudioGauge.h"

#include "GOApp.h"
#include "GOAudioGauge.h"
#include "GODocument.h"
#include "GOEvent.h"
#include "GOLogicalRect.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 04d4541

Please sign in to comment.