summaryrefslogtreecommitdiff
path: root/ldmicro/simpledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/simpledialog.cpp')
-rw-r--r--ldmicro/simpledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/simpledialog.cpp b/ldmicro/simpledialog.cpp
index ed60ad2..6256ef8 100644
--- a/ldmicro/simpledialog.cpp
+++ b/ldmicro/simpledialog.cpp
@@ -60,7 +60,7 @@ static BOOL NoCheckingOnBox[MAX_BOXES];
#define SD_FORMATTED_STRING 0x0000010
#define SD_PERSIST 0x0000011
-inline void DestroyWindow (int boxes){
+static inline void DestroyWindow (int boxes){
for(int i = 0; i < boxes; i++) {
delete Labels[i];
delete Textboxes[i];