diff options
Diffstat (limited to 'src/content_tool.h')
-rw-r--r-- | src/content_tool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content_tool.h b/src/content_tool.h index 66529d3ed..c7f14be31 100644 --- a/src/content_tool.h +++ b/src/content_tool.h @@ -17,8 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -class IToolDefManager; +class IWritableToolDefManager; // Add default tools to manager -void content_tool_init(IToolDefManager *mgr); +void content_tool_init(IWritableToolDefManager *mgr); |