Skip to content

Commit

Permalink
Merge pull request #9 from aelzenaar/issue_8
Browse files Browse the repository at this point in the history
Fixed issue #8
  • Loading branch information
YasserAsmi committed Mar 8, 2015
2 parents 97b6648 + cc79654 commit 1b333d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/arr.h
Expand Up @@ -1081,7 +1081,7 @@ class StrArray : public ObjArray<std::string>
* Construct an empty StrArray.
*/
StrArray() :
ObjArray(StrArray::compare)
ObjArray<std::string>(StrArray::compare)
{
}

Expand Down

0 comments on commit 1b333d0

Please sign in to comment.