diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2ToolCallback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2ToolCallback.h b/src/T2DLL/T2ToolCallback.h index 2472215..c60adc9 100644 --- a/src/T2DLL/T2ToolCallback.h +++ b/src/T2DLL/T2ToolCallback.h @@ -4,6 +4,6 @@ class AFX_CLASS_EXPORT T2ToolCallback { public: - virtual void toolCallback_vf00(int unkParam1, T2ToolIconItem *inItem) = 0; + virtual void toolCallback_vf00(T2ToolWindow *inToolWindow, T2ToolIconItem *inItem) = 0; }; #endif |