From 2db10cd7443b651fc3d116fd007db85347de7acb Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust@gts.dp.ua>
Date: Thu, 14 Apr 2011 14:35:28 +0300
Subject: [PATCH] Added typedef for USER_IMPL * as USER_IMPL_PTR

---
 projects/stargazer/user_impl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/projects/stargazer/user_impl.h b/projects/stargazer/user_impl.h
index be28cc96..68b77268 100644
--- a/projects/stargazer/user_impl.h
+++ b/projects/stargazer/user_impl.h
@@ -296,4 +296,6 @@ private:
 };
 //-----------------------------------------------------------------------------
 
+typedef USER_IMPL * USER_IMPL_PTR;
+
 #endif //USER_H
-- 
2.44.2