Logo ROOT   6.14/05
Reference Guide
TDrawable.cxx
Go to the documentation of this file.
1 /// \file TDrawable.cxx
2 /// \ingroup Base ROOT7
3 /// \author Axel Naumann <axel@cern.ch>
4 /// \date 2015-07-08
5 /// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
6 /// is welcome!
7 
8 /*************************************************************************
9  * Copyright (C) 1995-2015, Rene Brun and Fons Rademakers. *
10  * All rights reserved. *
11  * *
12  * For the licensing terms see $ROOTSYS/LICENSE. *
13  * For the list of contributors see $ROOTSYS/README/CREDITS. *
14  *************************************************************************/
15 
16 #include "ROOT/TDrawable.hxx"
17 
18 #include <cassert>
19 
20 // pin vtable
22 
23 void ROOT::Experimental::TDrawable::Execute(const std::string &)
24 {
25  assert(false && "Did not expect a menu item to be invoked!");
26 }
virtual void Execute(const std::string &)
Definition: TDrawable.cxx:23