diff options
author | akshay-c | 2019-04-26 11:46:09 +0530 |
---|---|---|
committer | akshay-c | 2019-04-26 11:46:09 +0530 |
commit | c42da945ba01864b55358c95ed0833e37af8fcdc (patch) | |
tree | eb3a9bc57f6fd239ba7c839fedc546e4f98c6182 /ldmicro/commentdialog.cpp | |
parent | 11b0fb9ef4dc1bb34cef5415855fce647a6b0c83 (diff) | |
download | LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.tar.gz LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.tar.bz2 LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.zip |
ConfDialog completed, issues with dialog close resolved
Diffstat (limited to 'ldmicro/commentdialog.cpp')
-rw-r--r-- | ldmicro/commentdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/commentdialog.cpp b/ldmicro/commentdialog.cpp index d9c6d9f..66832ef 100644 --- a/ldmicro/commentdialog.cpp +++ b/ldmicro/commentdialog.cpp @@ -47,7 +47,7 @@ static void MakeControls(void) FixedFont(CommentTextbox); } -inline void DestroyWindow(){ +static inline void DestroyWindow(){ delete CommentDialog; delete CommentTextbox; delete CommentGrid; |