git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d05a2f0
)
Added typedef for USER_IMPL * as USER_IMPL_PTR
author
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 14 Apr 2011 11:35:28 +0000
(14:35 +0300)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 14 Apr 2011 11:35:28 +0000
(14:35 +0300)
projects/stargazer/user_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/user_impl.h
b/projects/stargazer/user_impl.h
index be28cc96d2aabdf41d33d33619e5fbd3cb126580..68b7726810eac4312c7997598a9ebc67dda9f731 100644
(file)
--- 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