small fixes

This commit is contained in:
2023-03-14 17:41:12 +03:00
parent 162f8e25fd
commit 504fc5c896
3 changed files with 5 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ class PIP_EXPORT PIConfig {
friend class Branch;
public:
NO_COPY_CLASS(PIConfig);
//! Contructs and read configuration file at path "path" in mode "mode"
PIConfig(const PIString & path, PIIODevice::DeviceMode mode = PIIODevice::ReadWrite);