Skip to content

Commit

Permalink
Removed Doxygen warning.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jun 11, 2015
1 parent 416c0d9 commit 2d23313
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Fl_Device.cxx
Expand Up @@ -26,7 +26,9 @@ const char *Fl_Display_Device::class_id = "Fl_Display_Device";
const char *Fl_Graphics_Driver::class_id = "Fl_Graphics_Driver";
#if defined(__APPLE__) || defined(FL_DOXYGEN)
const char *Fl_Quartz_Graphics_Driver::class_id = "Fl_Quartz_Graphics_Driver";
bool Fl_Display_Device::high_res_window_ = false;
# ifndef FL_DOXYGEN
bool Fl_Display_Device::high_res_window_ = false;
# endif
#endif
#if defined(WIN32) || defined(FL_DOXYGEN)
const char *Fl_GDI_Graphics_Driver::class_id = "Fl_GDI_Graphics_Driver";
Expand Down

0 comments on commit 2d23313

Please sign in to comment.