MNE-CPP  beta 1.0
baseview.cpp
Go to the documentation of this file.
1 //=============================================================================================================
41 //*************************************************************************************************************
42 //=============================================================================================================
43 // INCLUDES
44 //=============================================================================================================
45 
46 #include "baseview.h"
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // DEFINE MEMBER METHODS
51 //=============================================================================================================
52 
53 BaseView::BaseView()
54 {
55 
56 }
57 //*************************************************************************************************************
58 BaseView::~BaseView()
59 {
60 
61 }
62