]> git.stg.codes - stg.git/commitdiff
Added typedef for USER_IMPL * as USER_IMPL_PTR
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 14 Apr 2011 11:35:28 +0000 (14:35 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 14 Apr 2011 11:35:28 +0000 (14:35 +0300)
projects/stargazer/user_impl.h

index be28cc96d2aabdf41d33d33619e5fbd3cb126580..68b7726810eac4312c7997598a9ebc67dda9f731 100644 (file)
@@ -296,4 +296,6 @@ private:
 };
 //-----------------------------------------------------------------------------
 
+typedef USER_IMPL * USER_IMPL_PTR;
+
 #endif //USER_H