diff dep/animia/src/bsd.cpp @ 84:eab9e623eb84

dep/animia: update from upstream
author Paper <mrpapersonic@gmail.com>
date Wed, 25 Oct 2023 14:53:05 -0400
parents 1ce00c1c8ddc
children c912128af0eb
line wrap: on
line diff
--- a/dep/animia/src/bsd.cpp	Tue Oct 24 22:01:02 2023 -0400
+++ b/dep/animia/src/bsd.cpp	Wed Oct 25 14:53:05 2023 -0400
@@ -20,7 +20,7 @@
 #	include <libproc.h>
 #endif
 
-namespace Animia::Unix {
+namespace Animia { namespace Unix {
 
 /* this is a cleaned up version of a function from... Apple?
    ...anyway, what it essentially does is gets the size and stuff from
@@ -120,4 +120,5 @@
 	return map;
 }
 
-} // namespace Animia::Unix
+} // namespace Unix
+} // namespace Animia