From c1565450e5d0356333f46d591304ab15787641e5 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Thu, 11 Jun 2009 13:55:03 +0000 Subject: [PATCH] J : * Add ostream op --- JGE/include/JGui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/include/JGui.h b/JGE/include/JGui.h index 44463ef01..c383bed3a 100644 --- a/JGE/include/JGui.h +++ b/JGE/include/JGui.h @@ -110,5 +110,6 @@ class JGuiController //void SetShadingBackground(int x, int y, int width, int height, PIXEL_TYPE color); }; +ostream& operator<<(ostream &out, const JGuiObject &j); #endif