Style fixes. Thanks Axel and Ingo.

This commit is contained in:
czeidler
2012-01-06 09:35:33 +13:00
parent 430fc0e90c
commit b5c5640ec0
2 changed files with 17 additions and 16 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ public:
}
template <typename OtherType>
template<typename OtherType>
BReference(const BReference<OtherType>& other)
:
fObject(NULL)
@@ -131,7 +131,7 @@ public:
return *this;
}
template <typename OtherType>
template<typename OtherType>
BReference& operator=(const BReference<OtherType>& other)
{
SetTo(other.Get());