basctl: fix GCC-4.7 build
Change-Id: I1166987f49d2a9b67de95a9c43380f0e3ebf09dc
This commit is contained in:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user