//              COPYRIGHT T.R.BARBOUR 1995. All rights reserved.
//              =============================================== 
                                                                
#include "wand.h"

#include "buglevs.h"
#undef DEBUG_LEVEL
#define DEBUG_LEVEL DEBUG_Wand
#include "checking.h"

#define TP template<class T>
TP void Wand<T>::destroyReferent() {
   delete []p;
}
#undef TP

#include "wand.ti"

