Skip to content
Snippets Groups Projects
Commit 9d2dc7b6 authored by Yuka Takahashi's avatar Yuka Takahashi Committed by Vassil Vassilev
Browse files

Change extern to R__EXTERN

parent dfe688dc
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,6 @@
#include "TUrl.h"
#include "TVirtualMutex.h"
const TDatime kROOTTZERO = 788914800;
ClassImp(TRootSecContext);
////////////////////////////////////////////////////////////////////////////////
......
......@@ -27,7 +27,7 @@
#include "TDatime.h"
// Jan 1, 1995, 00:00:00 in sec from EPOCH (Jan 1, 1970)
extern const TDatime kROOTTZERO;
R__EXTERN const TDatime kROOTTZERO;
// Small class with information for final cleanup
class TSecContextCleanup;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment