Skip to content

Commit a691c82

Browse files
committed
revert
1 parent f0aead3 commit a691c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/include/aws/core/config/AWSProfileConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace Aws
103103
inline void SetSourceProfile(const Aws::String& value ) { m_sourceProfile = value; }
104104
inline const Aws::String& GetCredentialProcess() const { return m_credentialProcess; }
105105
inline void SetCredentialProcess(const Aws::String& value ) { m_credentialProcess = value; }
106-
inline const Aws::String& GetGlobalEndpointUrl() const { return m_endpointUrl; }
106+
inline Aws::String GetGlobalEndpointUrl() const { return m_endpointUrl; }
107107
inline void SetGlobalEndpointUrl(const Aws::String& value) { m_endpointUrl = value; }
108108
inline Services GetServices() const { return m_services; }
109109
inline void SetServices(Services&& services) { m_services = std::move(services); }

0 commit comments

Comments
 (0)