diff --git a/Thalamic_Column.h b/Thalamic_Column.h index 045c6c3..350ebd2 100644 --- a/Thalamic_Column.h +++ b/Thalamic_Column.h @@ -239,7 +239,7 @@ class Thalamic_Column { m_h2 = init(0.0); /* activation of h channel bound with protein */ /* Data storage access */ - friend void get_data (int, Cortical_Column&, Thalamic_Column&, std::vector); + friend void get_data (int, Cortical_Column&, Thalamic_Column&, std::vector&); friend class Cortical_Column; }; /****************************************************************************************************/