From 195b1eb05b7f5d93dce92b68db543c025fb84ebd Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 3 Nov 2015 01:26:44 +0000 Subject: Fix bogus warning from Clang. --- src/utils/string-pool.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/utils/string-pool.H b/src/utils/string-pool.H index 220f43be..1f746e6d 100644 --- a/src/utils/string-pool.H +++ b/src/utils/string-pool.H @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2014, Gabriel Dos Reis. +// Copyright (C) 2010-2015, Gabriel Dos Reis. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -54,7 +54,7 @@ namespace OpenAxiom { protected: const Byte* text; // pointer to the byte sequence size_t length; // number of bytes in this string - friend class StringPool; + friend StringPool; StringItem() : text(), length() { } }; -- cgit v1.2.3