ams: remove TYPED_STORAGE() macro in favor of template
This commit is contained in:
@@ -35,7 +35,7 @@ namespace ams::powctl {
|
||||
|
||||
struct Session {
|
||||
bool has_session;
|
||||
TYPED_STORAGE(impl::SessionImpl) impl_storage;
|
||||
util::TypedStorage<impl::SessionImpl> impl_storage;
|
||||
|
||||
Session() : has_session(false) { /* ... */ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user