diff --git a/include/sqlpp11/table_alias.h b/include/sqlpp11/table_alias.h
index 821412f6..94ea6716 100644
--- a/include/sqlpp11/table_alias.h
+++ b/include/sqlpp11/table_alias.h
@@ -54,7 +54,7 @@ namespace sqlpp
static_assert(required_tables_of
::size::value == 0, "table aliases must not depend on external tables");
using _name_t = typename AliasProvider::_name_t;
- using _column_tuple_t = std::tuple...>;
+ using _column_tuple_t = std::tuple...>;
table_alias_t(Table table):
_table(table)