Fix creation of SpeedBar objects

This commit is contained in:
Chris Young 2015-01-31 13:51:27 +00:00
parent 305f1acc79
commit ca6ac7c37e

View File

@ -63,7 +63,7 @@ extern Class *WindowClass;
#define RadioButtonObj NewObject(RadioButtonClass, NULL
#define ScrollerObj NewObject(ScrollerClass, NULL
#define SpaceObj NewObject(SpaceClass, NULL
#define SpeedBarObj NewObject(ScrollerClass, NULL
#define SpeedBarObj NewObject(SpeedBarClass, NULL
#define StringObj NewObject(StringClass, NULL
#define WindowObj NewObject(WindowClass, NULL