Changeset 17127 in webkit for trunk/JavaScriptCore/wtf/Noncopyable.h
- Timestamp:
- Oct 18, 2006, 7:42:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Noncopyable.h
r14256 r17127 20 20 */ 21 21 22 #ifndef KXMLCORE_NONCOPYABLE23 #define KXMLCORE_NONCOPYABLE22 #ifndef WTF_Noncopyable_h 23 #define WTF_Noncopyable_h 24 24 25 25 // We don't want argument-dependent lookup to pull in everything from the WTF … … 40 40 using WTFNoncopyable::Noncopyable; 41 41 42 #endif // KXMLCORE_NONCOPYABLE42 #endif // WTF_Noncopyable_h
Note:
See TracChangeset
for help on using the changeset viewer.