summaryrefslogtreecommitdiffstats
path: root/base/scoped_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/scoped_ptr.h')
-rw-r--r--base/scoped_ptr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/scoped_ptr.h b/base/scoped_ptr.h
index c716e77..cb17735 100644
--- a/base/scoped_ptr.h
+++ b/base/scoped_ptr.h
@@ -35,6 +35,7 @@
#ifndef BASE_SCOPED_PTR_H_
#define BASE_SCOPED_PTR_H_
+#pragma once
// This is an implementation designed to match the anticipated future TR2
// implementation of the scoped_ptr class, and its closely-related brethren,