Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(615)

Unified Diff: src/core/model/uinteger.cc

Issue 342120043: New patch for core module changes (Closed)
Patch Set: Updated core patch Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/model/uinteger.cc
===================================================================
--- a/src/core/model/uinteger.cc
+++ b/src/core/model/uinteger.cc
@@ -32,7 +32,7 @@
NS_LOG_COMPONENT_DEFINE ("Uinteger");
-ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (uint64_t,Uinteger);
+ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME_LIB (uint64_t,Uinteger, NS3_EXPORT);
namespace internal {

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b