From 1fabbb68dcc039b39f7f7254289c3abd43b43b91 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Jan 2013 17:01:13 +0000 Subject: Fix DoubleBuffer compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4920 a436a847-0d15-0410-975c-d299462d15a1 --- test/thread_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/thread_test.cpp') diff --git a/test/thread_test.cpp b/test/thread_test.cpp index f59894f..785e596 100644 --- a/test/thread_test.cpp +++ b/test/thread_test.cpp @@ -76,5 +76,5 @@ main() ++n_errors; } - return n_errors.get(); + return n_errors.load(); } -- cgit v1.2.1