From e03a52fe134e386c543bc1a83e21114ecedb7561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Tue, 29 Mar 2016 17:03:13 +0200 Subject: API Refactoring for getPath function --- src/path.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/path.h') diff --git a/src/path.h b/src/path.h index 17b63d9..7189cea 100644 --- a/src/path.h +++ b/src/path.h @@ -24,11 +24,8 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __DRUMGIZMO_PATH_H__ -#define __DRUMGIZMO_PATH_H__ +#pragma once #include -std::string getPath(std::string file); - -#endif/*__DRUMGIZMO_PATH_H__*/ +std::string getPath(const std::string& file); -- cgit v1.2.3