6 lines
152 B
C++
6 lines
152 B
C++
|
|
// This file is provided for back compatability only. Please use Fl_Widget
|
||
|
|
#ifndef Fl_Object
|
||
|
|
#define Fl_Object Fl_Widget
|
||
|
|
#endif
|
||
|
|
#include "Fl_Widget.H"
|