git-svn-id: https://profuse.googlecode.com/svn/branches/v2@174 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2009-12-15 20:22:23 +00:00
parent 7d8a4e9907
commit 7e9e3a5b44
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "Endian.h"
using namespace LittleEndian {
namespace LittleEndian {
uint16_t Read16(const void *vp)
@ -54,7 +54,7 @@ using namespace LittleEndian {
}
using namespace BigEndian {
namespace BigEndian {
inline uint16_t Read16(const void *vp)