From b695ce2a0cca6dfd058c349786c8890cd29b613e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 23 Jan 2014 13:32:17 +0000 Subject: [PATCH] forgotten inline declaratin; refs #27 --- src/cryptoki.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptoki.hxx b/src/cryptoki.hxx index c9eaa45..7aed7a0 100644 --- a/src/cryptoki.hxx +++ b/src/cryptoki.hxx @@ -587,7 +587,7 @@ namespace cryptoki { }; struct TokenInfo; // forward declaration - std::ostream& operator<<(std::ostream& out, const TokenInfo& ti); + inline std::ostream& operator<<(std::ostream& out, const TokenInfo& ti); struct TokenInfo { FixString<32> label; @@ -638,7 +638,7 @@ namespace cryptoki { }; - std::ostream& operator<<(std::ostream& out, const TokenInfo& ti) { + inline std::ostream& operator<<(std::ostream& out, const TokenInfo& ti) { return out <<"label="<