| Index: native_client_sdk/src/libraries/sdk_util/ref_object.h
|
| diff --git a/native_client_sdk/src/libraries/sdk_util/ref_object.h b/native_client_sdk/src/libraries/sdk_util/ref_object.h
|
| index 88fcee9b8e1112b375fb7960e297234351afefed..5b61a72479ee9271014543b92968fb25b119d6a6 100644
|
| --- a/native_client_sdk/src/libraries/sdk_util/ref_object.h
|
| +++ b/native_client_sdk/src/libraries/sdk_util/ref_object.h
|
| @@ -11,6 +11,8 @@
|
|
|
| #include "sdk_util/atomicops.h"
|
|
|
| +namespace sdk_util {
|
| +
|
| class ScopedRefBase;
|
|
|
| /*
|
| @@ -67,5 +69,7 @@ class RefObject {
|
| friend class ScopedRefBase;
|
| };
|
|
|
| +} // namespace sdk_util
|
| +
|
| #endif // LIBRARIES_SDK_UTIL_REF_OBJECT
|
|
|
|
|