Merge in upstream/2.4+dfsg into experimental.
[shibboleth/sp.git] / shibsp / attribute / ExtensibleAttribute.cpp
index cede806..ad04d98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2009 Internet2
+ *  Copyright 2009-2010 Internet2
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -73,7 +73,7 @@ const char* ExtensibleAttribute::getString(size_t index) const
 
 const char* ExtensibleAttribute::getScope(size_t index) const
 {
-    return NULL;
+    return nullptr;
 }
 
 void ExtensibleAttribute::removeValue(size_t index)