summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/path.cpp
diff options
context:
space:
mode:
author Vas Crabb <cuavas@users.noreply.github.com>2021-10-05 03:34:45 +1100
committer GitHub <noreply@github.com>2021-10-05 03:34:45 +1100
commitaeb9eae87469e67bc6a91caf3840c34c11d959fc (patch)
tree45bffedf374dbce47caca633ad7bda547592e6c9 /src/lib/util/path.cpp
parent33723892a3f06e678d817b36aef84364c32848ec (diff)
util: Further API cleanups: (#8661)
* Turned `core_file` into an implementation of `random_read_write`. * Turned PNG errors into a standard error category. * Added a helper for generating what look like derived classes on-the-fly.
Diffstat (limited to 'src/lib/util/path.cpp')
-rw-r--r--src/lib/util/path.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/util/path.cpp b/src/lib/util/path.cpp
index e69de29bb2d..1b8a2f424dd 100644
--- a/src/lib/util/path.cpp
+++ b/src/lib/util/path.cpp
@@ -0,0 +1,3 @@
+// license:BSD-3-Clause
+// copyright-holders:Vas Crabb
+#include "path.h"