diff libinterp/corefcn/interpreter-private.h @ 29993:b5fae48ad807

move classes for graphics objects and properties inside octave namespace * graphics.in.h, graphics.cc: Move all graphics object and properties classes inside octave namespace. Change all uses. Provide deprecated typedefs to preserve old names. * __init_fltk__.cc, __init_gnuplot__.cc: Move all tookit code inside octave namespace.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Aug 2021 00:25:50 -0400
parents 7854d5752dd2
children 796f54d4ddbf
line wrap: on
line diff
--- a/libinterp/corefcn/interpreter-private.h	Wed Aug 18 00:21:26 2021 -0400
+++ b/libinterp/corefcn/interpreter-private.h	Wed Aug 18 00:25:50 2021 -0400
@@ -33,8 +33,6 @@
 
 #include "symtab.h"
 
-class gh_manager;
-
 namespace octave
 {
   class bp_table;
@@ -44,6 +42,7 @@
   class dynamic_loader;
   class error_system;
   class event_manager;
+  class gh_manager;
   class gtk_manager;
   class help_system;
   class input_system;