From 71e95110ac1d5d0bf814074d66943096edb2128a Mon Sep 17 00:00:00 2001 From: "markus.mauch@gmail.com" Date: Fri, 19 Jun 2015 21:29:16 +0200 Subject: [PATCH] Added return type to addColumn() --- sdk.soap/sdk.soap.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk.soap/sdk.soap.d.ts b/sdk.soap/sdk.soap.d.ts index b450fd481..2c1aa285f 100644 --- a/sdk.soap/sdk.soap.d.ts +++ b/sdk.soap/sdk.soap.d.ts @@ -67,7 +67,7 @@ declare module Sdk * Adds a column to the collection. * @param column The logical name of the attribute to add. */ - addColumn( column: string ); + addColumn( column: string ): void; /** * Adds a string array of column names.