Applied #10892: Remove wxDocManager instance check
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -916,8 +916,6 @@ wxDocManager* wxDocManager::sm_docManager = NULL;
|
|||||||
|
|
||||||
wxDocManager::wxDocManager(long WXUNUSED(flags), bool initialize)
|
wxDocManager::wxDocManager(long WXUNUSED(flags), bool initialize)
|
||||||
{
|
{
|
||||||
wxASSERT_MSG( !sm_docManager, "multiple wxDocManagers not allowed" );
|
|
||||||
|
|
||||||
sm_docManager = this;
|
sm_docManager = this;
|
||||||
|
|
||||||
m_defaultDocumentNameCounter = 1;
|
m_defaultDocumentNameCounter = 1;
|
||||||
|
Reference in New Issue
Block a user