mirror of https://github.com/odrling/Aegisub
assdraw: typedef wxPGId for backwards comaptibility
Originally committed to SVN as r6852.
This commit is contained in:
parent
decc47a568
commit
cfb34bd50c
|
@ -35,6 +35,8 @@ class ASSDrawFrame;
|
||||||
|
|
||||||
DECLARE_EVENT_TYPE(wxEVT_SETTINGS_CHANGED, -1)
|
DECLARE_EVENT_TYPE(wxEVT_SETTINGS_CHANGED, -1)
|
||||||
|
|
||||||
|
typedef wxPGProperty* wxPGId;
|
||||||
|
|
||||||
class ASSDrawSettingsDialog : public wxPanel
|
class ASSDrawSettingsDialog : public wxPanel
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue