aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-05-09 13:56:53 -0400
committerGavin Andresen <[email protected]>2012-05-09 13:56:53 -0400
commite6fd96f054718e47688a5cd46337393056d32cb7 (patch)
treeee2e0622bacff4fb682e3a16b5bbb95fb25d1058 /src/util.cpp
parentMerge pull request #1212 from Diapolo/overviewpage (diff)
downloaddiscoin-e6fd96f054718e47688a5cd46337393056d32cb7.tar.xz
discoin-e6fd96f054718e47688a5cd46337393056d32cb7.zip
Fix osx build
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 156493cd8..1a57cc662 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -819,7 +819,7 @@ boost::filesystem::path GetDefaultDataDir()
#ifdef MAC_OSX
// Mac
pathRet /= "Library/Application Support";
- filesystem::create_directory(pathRet);
+ fs::create_directory(pathRet);
return pathRet / "Bitcoin";
#else
// Unix