Skip to content

Commit

Permalink
Fix errors for versions before 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jan 6, 2012
1 parent 558694b commit 8764a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/i18n_message.cpp
Expand Up @@ -161,7 +161,7 @@ static void getFormat(
// Clone types
types = new Formattable::Type[count];

const Formattable::Type src_types;
const Formattable::Type* src_types;
src_types = m.getArgTypeList(count);

for (int i = 0; i<count; i++)
Expand Down

0 comments on commit 8764a09

Please sign in to comment.