mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
More internal code cleanup
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
* @param source The source from which to load the file. (Archive or directory)
|
||||
* @param filename The relative filepath of the file to load from the source.
|
||||
**/
|
||||
File(std::string filename);
|
||||
File(const std::string &filename);
|
||||
|
||||
virtual ~File();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user