mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Added Fix to put Options inside the File Impl Classes
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
enum Options
|
||||
/// Options for File Copy/Movement
|
||||
{
|
||||
OPT_FAIL_ON_OVERWRITE = 0x01
|
||||
OPT_FAIL_ON_OVERWRITE = OPT_FAIL_ON_OVERWRITE_IMPL
|
||||
};
|
||||
|
||||
File();
|
||||
|
||||
Reference in New Issue
Block a user