diff src/graphics.h.in @ 7286:c0c6aa5afff4

[project @ 2007-12-11 16:52:56 by jwe]
author jwe
date Tue, 11 Dec 2007 16:57:39 +0000
parents a1fdd4dabefb
children 28a9e3d3bf14
line wrap: on
line diff
--- a/src/graphics.h.in	Tue Dec 11 01:54:19 2007 +0000
+++ b/src/graphics.h.in	Tue Dec 11 16:57:39 2007 +0000
@@ -2140,7 +2140,7 @@
   std::set<graphics_handle> handle_free_list;
 
   // The next handle available if handle_free_list is empty.
-  graphics_handle next_handle;
+  double next_handle;
 
   // The allocated figure handles.  Top of the stack is most recently
   // created.