#include <wx/stdpaths.h>
+wxStandardPaths *StandardPaths_Get(){
+ return (wxStandardPaths*) &wxStandardPaths::Get();
+ }
void wxStandardPaths_SetInstallPrefix(wxStandardPaths *self,wxString const &prefix){}
wxString wxStandardPaths_GetInstallPrefix(wxStandardPaths *self){ return wxEmptyString; }
#ifdef __cplusplus
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":StandardPaths_Get",kwnames)) goto fail;
{
PyThreadState* __tstate = wxPyBeginAllowThreads();
- {
- wxStandardPaths &_result_ref = wxStandardPaths::Get();
- result = (wxStandardPaths *) &_result_ref;
- }
+ result = (wxStandardPaths *)StandardPaths_Get();
wxPyEndAllowThreads(__tstate);
if (PyErr_Occurred()) SWIG_fail;