use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -121,7 +121,7 @@ protected:
 | 
				
			|||||||
                              wxClientDataType type);
 | 
					                              wxClientDataType type);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // universal wxComboBox implementation internally uses wxListBox
 | 
					    // universal wxComboBox implementation internally uses wxListBox
 | 
				
			||||||
    friend class WXDLLEXPORT wxComboBox;
 | 
					    friend class WXDLLIMPEXP_FWD_CORE wxComboBox;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    virtual void DoSetFirstItem(int n);
 | 
					    virtual void DoSetFirstItem(int n);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@
 | 
				
			|||||||
#include <wx/ipc.h>
 | 
					#include <wx/ipc.h>
 | 
				
			||||||
#include <wx/html/helpctrl.h>
 | 
					#include <wx/html/helpctrl.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class WXDLLEXPORT wxConfigBase;
 | 
					class WXDLLIMPEXP_FWD_BASE wxConfigBase;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class rhhcConnection : public wxConnection
 | 
					class rhhcConnection : public wxConnection
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user