From c22675b5428d579d4eca15ee8a0ff701942738c4 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 8 Sep 2009 19:51:39 +0000 Subject: Const-correctness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81249 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/Program.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm') diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h index f6fe794622..316585da99 100644 --- a/include/llvm/System/Program.h +++ b/include/llvm/System/Program.h @@ -40,7 +40,7 @@ namespace sys { ~Program(); /// Return process ID of this program. - unsigned GetPid(); + unsigned GetPid() const; /// This function executes the program using the \p arguments provided. The /// invoked program will inherit the stdin, stdout, and stderr file -- cgit v1.2.3