Index: webrtc/base/pathutils.h |
diff --git a/webrtc/base/pathutils.h b/webrtc/base/pathutils.h |
index 2d5819f1b61c8d39c4b347e4c3af8d001da40de7..c155e8cd1dc20281f6d547c274c4e18b9c559b32 100644 |
--- a/webrtc/base/pathutils.h |
+++ b/webrtc/base/pathutils.h |
@@ -44,6 +44,7 @@ public: |
static char DefaultFolderDelimiter(); |
Pathname(); |
+ Pathname(const Pathname&); |
kwiberg-webrtc
2016/04/19 09:21:02
It's more efficient to move than to copy std::stri
|
Pathname(const std::string& pathname); |
Pathname(const std::string& folder, const std::string& filename); |