From ca28c0e618890330d429c0dc12429255b20f0c90 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.5.0 --- s_html.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 's_html.h') diff --git a/s_html.h b/s_html.h index 1386f3b..af8297b 100644 --- a/s_html.h +++ b/s_html.h @@ -5,22 +5,21 @@ using namespace std; -class s_html +class s_html { private: - static html* obj; + static html* obj; public: - static void init() - { - obj = new html(); - } + static void init() + { + obj = new html(); + } - static html& get - () - { - return *obj; - } + static html& get() + { + return *obj; + } }; -- cgit v1.2.3