Revert NS_READABLE_CAST. Without the reference, it didn't work.
git-svn-id: svn://10.0.0.236/trunk@70008 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ac3cca2313
commit
286499ed4c
@ -367,7 +367,7 @@ class basic_nsAReadableString
|
||||
sometimes will.
|
||||
*/
|
||||
|
||||
#define NS_READABLE_CAST(CharT, expr) (NS_STATIC_CAST(const basic_nsAReadableString<CharT>, (expr)))
|
||||
#define NS_READABLE_CAST(CharT, expr) (NS_STATIC_CAST(const basic_nsAReadableString<CharT>&, (expr)))
|
||||
|
||||
template <class CharT>
|
||||
inline
|
||||
|
||||
@ -367,7 +367,7 @@ class basic_nsAReadableString
|
||||
sometimes will.
|
||||
*/
|
||||
|
||||
#define NS_READABLE_CAST(CharT, expr) (NS_STATIC_CAST(const basic_nsAReadableString<CharT>, (expr)))
|
||||
#define NS_READABLE_CAST(CharT, expr) (NS_STATIC_CAST(const basic_nsAReadableString<CharT>&, (expr)))
|
||||
|
||||
template <class CharT>
|
||||
inline
|
||||
|
||||
@ -367,7 +367,7 @@ class basic_nsAReadableString
|
||||
sometimes will.
|
||||
*/
|
||||
|
||||
#define NS_READABLE_CAST(CharT, expr) (NS_STATIC_CAST(const basic_nsAReadableString<CharT>, (expr)))
|
||||
#define NS_READABLE_CAST(CharT, expr) (NS_STATIC_CAST(const basic_nsAReadableString<CharT>&, (expr)))
|
||||
|
||||
template <class CharT>
|
||||
inline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user