Skip to content

Commit

Permalink
Fixed|libdeng2: Made the protected File constructor explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 14, 2013
1 parent a3adb53 commit da1387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/filesys/file.h
Expand Up @@ -327,7 +327,7 @@ class DENG2_PUBLIC File : public Lockable, public IIOStream
*
* @param name Name of the file.
*/
File(String const &name = "");
explicit File(String const &name = "");

private:
/// The parent folder.
Expand Down

0 comments on commit da1387b

Please sign in to comment.