[gnome-commander] Removes inline keyword which resulted in gcc warning
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Removes inline keyword which resulted in gcc warning
- Date: Fri, 28 Apr 2017 21:34:09 +0000 (UTC)
commit 8d78e5a18c1ab032d28a6ca54ccb2f0bf5597e79
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Apr 16 21:38:45 2017 +0200
Removes inline keyword which resulted in gcc warning
src/tags/gnome-cmd-tags.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tags/gnome-cmd-tags.h b/src/tags/gnome-cmd-tags.h
index 44c9d82..6a66066 100644
--- a/src/tags/gnome-cmd-tags.h
+++ b/src/tags/gnome-cmd-tags.h
@@ -587,7 +587,7 @@ inline void GnomeCmdFileMetadata::add (const GnomeCmdTag tag, const gchar *value
template <typename T>
-inline void GnomeCmdFileMetadata::add (const GnomeCmdTag tag, const T &value)
+void GnomeCmdFileMetadata::add (const GnomeCmdTag tag, const T &value)
{
std::ostringstream os;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]