summaryrefslogtreecommitdiff
path: root/ldmicro/simpledialog.cpp
diff options
context:
space:
mode:
authorakshay-c2019-04-26 11:46:09 +0530
committerakshay-c2019-04-26 11:46:09 +0530
commitc42da945ba01864b55358c95ed0833e37af8fcdc (patch)
treeeb3a9bc57f6fd239ba7c839fedc546e4f98c6182 /ldmicro/simpledialog.cpp
parent11b0fb9ef4dc1bb34cef5415855fce647a6b0c83 (diff)
downloadLDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.tar.gz
LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.tar.bz2
LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.zip
ConfDialog completed, issues with dialog close resolved
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];