From aeb9eae87469e67bc6a91caf3840c34c11d959fc Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 5 Oct 2021 03:34:45 +1100 Subject: 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. --- src/lib/util/path.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/util/path.cpp') 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" -- cgit v1.2.3-70-g09d2