From 6c493dad22ca07a4a138c6f7df0e2ad6b04e0b0b Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Sat, 30 Dec 2006 21:46:45 +0000 Subject: [PATCH] Testing the build farm created by Pau Arumi git-svn-id: svn://localhost/ardour2/trunk@1254 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/region.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index f0262777f3..cc13908767 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -220,6 +220,8 @@ class Region : public PBD::StatefulDestructible, public boost::enable_shared_fro mutable uint32_t _read_data_count; // modified in read() Change pending_changed; uint64_t _last_layer_op; // timestamp + + int compile_farmtest; }; } /* namespace ARDOUR */