summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-01 18:23:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-01 18:24:07 +0000
commit9210cde1ea5de8c4cceb00a7d825c046e63e60d0 (patch)
treec405bb1c43ae7ddffeae905d744ee1096b05496b /basctl/source/basicide
parent9b1ceabd5f696500d4fe2acb89170bd987966a9b (diff)
const this up
Change-Id: Id4b832b04368627a7df243c881ac203d1d2a0140
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/moduldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 1bac3009cb9a..abd91fb07531 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -91,7 +91,7 @@ private:
public:
ExportDialog( Window * pParent );
- bool isExportAsPackage () { return mbExportAsPackage; }
+ bool isExportAsPackage () const { return mbExportAsPackage; }
};