зеркало из https://github.com/mozilla/pjs.git
Revert NS_READABLE_CAST. Without the reference, it didn't work.
This commit is contained in:
Родитель
e9f0216399
Коммит
5761d5cb3f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче