From d3fe13934e60cc5da64b2a3ddbf6dea30145be68 Mon Sep 17 00:00:00 2001 From: Leonard Ritter Date: Sun, 13 Jul 2014 06:02:26 +0200 Subject: [PATCH] example: missed a constant rename --- example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.cpp b/example.cpp index 3958175..bad331b 100644 --- a/example.cpp +++ b/example.cpp @@ -16,7 +16,7 @@ #define BLENDISH_IMPLEMENTATION #include "blendish.h" -#define UI_IMPLEMENTATION +#define OUI_IMPLEMENTATION #include "oui.h" ////////////////////////////////////////////////////////////////////////////////