From 7f39ee1f9b92b61eb57aad7e19b41ccbccaa9357 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 27 Mar 2016 17:09:23 -0400 Subject: [PATCH] Exclusion: Typo in object name --- src/Exclusion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exclusion.cpp b/src/Exclusion.cpp index 9d6a7c90..8c4a76fc 100644 --- a/src/Exclusion.cpp +++ b/src/Exclusion.cpp @@ -98,7 +98,7 @@ void Exclusion::initialize (const std::string& line) } //////////////////////////////////////////////////////////////////////////////// -std::vector Exclusions::tokens () const +std::vector Exclusion::tokens () const { return _tokens; }