From 4c164f4cbb7fc9284bec147809b078d0a8ed9f88 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Thu, 28 Feb 2013 22:32:26 -0500
Subject: blocks: moving argmax and max to gr-blocks.

---
 gr-blocks/lib/add_XX_impl.h.t | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-blocks/lib/add_XX_impl.h.t')

diff --git a/gr-blocks/lib/add_XX_impl.h.t b/gr-blocks/lib/add_XX_impl.h.t
index a1c486b859..2e20ef5fe3 100644
--- a/gr-blocks/lib/add_XX_impl.h.t
+++ b/gr-blocks/lib/add_XX_impl.h.t
@@ -32,6 +32,7 @@ namespace gr {
 
     class BLOCKS_API @NAME_IMPL@ : public @NAME@
     {
+    private:
       size_t d_vlen;
 
     public:
-- 
cgit v1.2.3