summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-31 13:51:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-31 13:51:27 +0000
commitca6ac7c37e2ffeadbabbc03daa7eb80187c7f028 (patch)
tree9e2453b7cac2e6e4160c869d89ec4a906245ea34
parent305f1acc79c0d04172a872e60797baa6397d2a79 (diff)
downloadnetsurf-ca6ac7c37e2ffeadbabbc03daa7eb80187c7f028.tar.gz
netsurf-ca6ac7c37e2ffeadbabbc03daa7eb80187c7f028.tar.bz2
Fix creation of SpeedBar objects
-rw-r--r--amiga/libs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/libs.h b/amiga/libs.h
index e5398769a..57a430fd7 100644
--- a/amiga/libs.h
+++ b/amiga/libs.h
@@ -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