mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -53,7 +53,7 @@ protected:
|
||||
|
||||
// The encoded data. This should be replaced with buffered file
|
||||
// reads in the future.
|
||||
Object::StrongRef<Data> data;
|
||||
StrongRef<Data> data;
|
||||
|
||||
// File extension.
|
||||
std::string ext;
|
||||
|
||||
Reference in New Issue
Block a user