Kaydet (Commit) d4514263 authored tarafından Miklos Vajna's avatar Miklos Vajna

basctl: fix GCC-4.7 build

Change-Id: I1166987f49d2a9b67de95a9c43380f0e3ebf09dc
üst 1f41c868
...@@ -149,8 +149,8 @@ class LibDialog: public ModalDialog ...@@ -149,8 +149,8 @@ class LibDialog: public ModalDialog
private: private:
VclPtr<VclFrame> m_pStorageFrame; VclPtr<VclFrame> m_pStorageFrame;
VclPtr<CheckBox> m_pLibBox; VclPtr<CheckBox> m_pLibBox;
VclPtr<::CheckBox> m_pReferenceBox; VclPtr< ::CheckBox> m_pReferenceBox;
VclPtr<::CheckBox> m_pReplaceBox; VclPtr< ::CheckBox> m_pReplaceBox;
public: public:
LibDialog( vcl::Window* pParent ); LibDialog( vcl::Window* pParent );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment