Change Eclipse configuration
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / general / debuglogObject.h
1 /**
2  * Author: Mark Larkin
3  * 
4  * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
5  */
6 #ifndef DEBUGLOGOBJECT_H
7 #define DEBUGLOGOBJECT_H
8 #include "DebugLog.h"
9
10 namespace clustalw
11 {
12 // MARK Dec 12 2005
13 extern DebugLog* logObject;
14 }
15 #endif