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:
waterson%netscape.com 2000-05-16 07:01:30 +00:00
parent ac3cca2313
commit 286499ed4c
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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