Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
685 B
Referenced Files
None
Subscribers
None
diff --git a/src/filetools.cpp b/src/filetools.cpp
index 0086609..c7f563d 100644
--- a/src/filetools.cpp
+++ b/src/filetools.cpp
@@ -1,13 +1,13 @@
-#include "filetools.h"
+#include <string>
static std::string get_full_path(std::string path)
{
std::string new_path;
if ( getenv ( "DP_DIR" ) != NULL )
{
new_path = std::string(getenv("DP_DIR")) + path ;
return new_path;
}
return path;
}
diff --git a/src/filetools.h b/src/filetools.h
index 07850fd..5e1f316 100644
--- a/src/filetools.h
+++ b/src/filetools.h
@@ -1,8 +1,6 @@
#ifndef FILETOOLS_H
#define FILETOOLS_H
-#include <string>
-
static std::string get_full_path(std::string)
{
}
#endif // FILETOOLS_H

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jun 18, 12:15 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72045
Default Alt Text
(685 B)

Event Timeline